func github.com/andybalholm/brotli.combineLengthCodes
6 uses
github.com/andybalholm/brotli (current package)
backward_references_hq.go#L439: var cmdcode uint16 = combineLengthCodes(inscode, copycode, j == 0)
backward_references_hq.go#L500: var cmdcode uint16 = combineLengthCodes(inscode, copycode, false)
command.go#L141: func combineLengthCodes(inscode uint16, copycode uint16, use_last_distance bool) uint16 {
command.go#L169: *code = combineLengthCodes(inscode, copycode, use_last_distance)
encoder.go#L63: command := combineLengthCodes(insertCode, copyCode, false)
encoder.go#L130: command := combineLengthCodes(insertCode, copyCode, false)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |